Component Operation - ToDoComponentManager.CreateToDoItem

CreateToDoItem(int userId, string toDoText, Nullable dueDate) : ToDoItem

Declaring type : ToDoSample.Service.ToDoComponentManager
Tags : componentoperation

Creates a new ToDo item.
userId:  The user's id to assign the ToDo to.
toDoText:  The text or message of the ToDo.
dueDate:  The due date of the ToDo.

Thrown exceptions:

Consumed by Service operations:

Consumed by UI operations:

Used in UnitTests: